docs: gtk_icon_theme_lookup_by_gicon_for_scale() is new
authorMurray Cumming <murrayc@murrayc.com>
Fri, 26 Jul 2013 20:16:12 +0000 (22:16 +0200)
committerMurray Cumming <murrayc@murrayc.com>
Sat, 27 Jul 2013 19:38:48 +0000 (21:38 +0200)
It was added in commit 58adb70d43dfc6a10dde5847850c8a58e0c08137 .

gtk/gtkicontheme.c
gtk/gtkicontheme.h

index eb4c904e5e4a5722f38d66c9ef2201d64e04192f..e5091976c4e74839cc582a3ad6f2df95ab68fc78 100644 (file)
@@ -5170,7 +5170,7 @@ gtk_icon_theme_lookup_by_gicon (GtkIconTheme       *icon_theme,
  *     information about the icon, or %NULL if the icon 
  *     wasn't found. Unref with g_object_unref()
  *
- * Since: 2.14
+ * Since: 3.10
  */
 GtkIconInfo *
 gtk_icon_theme_lookup_by_gicon_for_scale (GtkIconTheme       *icon_theme,
index 8afa5ee9176b807412cccd8c93a77f2d18c247a7..255eb2f11703f5e463c26534615e8af8b149cdd1 100644 (file)
@@ -224,6 +224,7 @@ GtkIconInfo * gtk_icon_theme_lookup_by_gicon       (GtkIconTheme
                                                     GIcon                       *icon,
                                                     gint                         size,
                                                     GtkIconLookupFlags           flags);
+GDK_AVAILABLE_IN_3_10
 GtkIconInfo * gtk_icon_theme_lookup_by_gicon_for_scale (GtkIconTheme             *icon_theme,
                                                         GIcon                    *icon,
                                                         gint                      size,